Skip to content

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Sep 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular-devkit/build-angular 21.0.0-next.3 -> 21.0.0-next.5 age adoption passing confidence pnpm.catalog.default patch
@angular-devkit/core 21.0.0-next.3 -> 21.0.0-next.5 age adoption passing confidence pnpm.catalog.default patch
@angular-devkit/schematics 21.0.0-next.3 -> 21.0.0-next.5 age adoption passing confidence pnpm.catalog.default patch
@angular/build 21.0.0-next.3 -> 21.0.0-next.5 age adoption passing confidence pnpm.catalog.default patch
@angular/cli 21.0.0-next.3 -> 21.0.0-next.5 age adoption passing confidence pnpm.catalog.default patch
@angular/common (source) 21.0.0-next.3 -> 21.0.0-next.5 age adoption passing confidence pnpm.catalog.default patch
@angular/compiler (source) 21.0.0-next.3 -> 21.0.0-next.5 age adoption passing confidence pnpm.catalog.default patch
@angular/compiler-cli (source) 21.0.0-next.3 -> 21.0.0-next.5 age adoption passing confidence pnpm.catalog.default patch
@angular/core (source) 21.0.0-next.3 -> 21.0.0-next.5 age adoption passing confidence pnpm.catalog.default patch
@angular/forms (source) 21.0.0-next.3 -> 21.0.0-next.5 age adoption passing confidence pnpm.catalog.default patch
@angular/localize 21.0.0-next.3 -> 21.0.0-next.5 age adoption passing confidence pnpm.catalog.default patch
@angular/ng-dev f1aac3f -> 6f8f9b9 devDependencies digest
@angular/platform-browser (source) 21.0.0-next.3 -> 21.0.0-next.5 age adoption passing confidence pnpm.catalog.default patch
@angular/platform-browser-dynamic (source) 21.0.0-next.3 -> 21.0.0-next.5 age adoption passing confidence pnpm.catalog.default patch
@angular/platform-server (source) 21.0.0-next.3 -> 21.0.0-next.5 age adoption passing confidence pnpm.catalog.default patch
@angular/router (source) 21.0.0-next.3 -> 21.0.0-next.5 age adoption passing confidence pnpm.catalog.default patch
@angular/ssr 21.0.0-next.3 -> 21.0.0-next.5 age adoption passing confidence pnpm.catalog.default patch
@schematics/angular 21.0.0-next.3 -> 21.0.0-next.5 age adoption passing confidence pnpm.catalog.default patch
angular/dev-infra 0004737 -> b7672ff action digest
devinfra 0004737 -> b7672ff git_override digest

🔡 If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

v21.0.0-next.5

Compare Source

Breaking Changes

@​angular/build
  • The javascriptEnabled option for Less is no longer supported. Projects relying on inline JavaScript within Less files will need to refactor their stylesheets to remove this dependency.
@​schematics/angular
Commit Type Description
2a518016d feat Applications are zoneless by default
9f255f2b3 feat set packageManager in package.json on new projects
77741f5ee fix add 'update-typescript-lib' migration
3af4dcbbf fix add __screenshots__/ to .gitignore
@​angular/cli
Commit Type Description
6d3a3c579 feat add ai-tutor mcp tool
@​angular-devkit/build-angular
Commit Type Description
7a8c94615 fix make zone.js optional in server and app-shell builders
@​angular/build
Commit Type Description
00426e315 feat add --list-tests flag to unit-test builder
3478aa332 fix exclude .angular from coverage instrumentation
139758586 fix remove deprecated javascriptEnabled option for Less
705af2278 fix set coverage report directory to coverage/project-name
907eabdd3 fix support ESM PostCSS plugins
@​angular/ssr
Commit Type Description
afa273849 fix avoid retaining rendered HTML in memory post-request

v21.0.0-next.4

Compare Source

@​angular/build
Commit Type Description
a908bf3d4 feat add 'filter' option to unit-test builder
c0b00d78e feat add reporter output file option for unit-test
66dd6dd83 feat allow options for unit test reporters
43fc5536f fix add timestamp to bundle generation log
c6176f6df fix add upfront dependency validation for unit-test runners
69c3b1226 fix improve error handling in unit-test builder
dae732059 fix serve build assets and styles in vitest
angular/angular (@​angular/common)

v21.0.0-next.5

Compare Source

common
Commit Type Description
8ca3e3a0bc feat update to cldr 47 (#​63923)
compiler-cli
Commit Type Description
4c091abba6 fix capture metadata for undecorated fields (#​63904)
3bd91ded43 fix resolve import alias in defer blocks (#​63966)
core
Commit Type Description
539717f58a feat support regular expressions in templates (#​63887)
f008045ded fix do not rename ARIA property bindings to attributes (#​63925)
fec7c288e9 fix Error on invalid APP_ID (#​63252)
50d9d55f49 fix fix narrowing of Resource.hasValue() (#​63994)
dde5badb71 fix prevent animations renderer from impacting animate.leave (#​63921)
forms
Commit Type Description
c0d88c37c9 fix Emit FormResetEvent when resetting control (#​64024)
migrations
Commit Type Description
aeb3e6c6a5 fix handle import aliases to the same module name (#​63934)
b96afb4bfc fix handle reused templates in control flow migration (#​63996)

v21.0.0-next.4

Compare Source

Breaking Changes

common
  • ngComponentOutletContent is now of type Node[][] | undefined instead of any[][] | undefined.
core
  • Using a combination of provideZoneChangeDetection
    while also removing ZoneJS polyfills will no longer result in the
    internal scheduler being disabled. All Angular applications now
    consistenly use the same scheduler, and those with the Zone change detection
    provider include additional automatic scheduling behaviors based on
    NgZone stabilization.
  • Angular no longer provides a change detection scheduler
    for ZoneJS-based change detection by default. Add
    provideZoneChangeDetection to the providers of your
    bootstrapApplication function or your AppModule (if using
    bootstrapModule). This provider addition will be covered by an
    automated migration.
  • moduleId was removed from Component metadata.
  • The interpolation option on Components has been removed. Only the default {{ ... }} is now supported.
common
Commit Type Description
7a4b225c57 refactor improve typing of ngComponentOutletContent (#​63674)
compiler
Commit Type Description
803dc8e44c fix Add support for aria-invalid (#​63748)
compiler-cli
Commit Type Description
89cf62f907 fix only bind inputs that are part of microsyntax to a structural directive (#​52453)
7fd3db0423 fix remove internal syntax-related flags (#​63787)
0a60e355e1 fix signal not invoked diagnostic not raised when input has same name in template (#​63754)
core
Commit Type Description
809a4ed8c1 feat Add migration for zoneless by default. (#​63042)
1352fbdbf2 fix Drop special-case disables automatic change detection scheduling (#​63846)
3d6eeab2e0 fix prevent animation events from being cleaned up on destroy (#​63414)
a4001c440f fix Prevent leave animations on a move operation (#​63745)
45fed3d201 fix Remove Zone-based change provider from internals by default (#​63382)
a5e5dbbc16 refactor remove moduleId from Component metadata (#​63482)
9a16718b13 refactor remove deprecated interpolation option on Components. (#​63474)
forms
Commit Type Description
d201cd2c2b feat Prevents marking fields as touched/dirty when state is hidden/readonly/disabled (#​63633)
migrations
Commit Type Description
8dc8914c8a feat add migration to convert ngStyle to use style (#​63517)
4133b08d93 fix fix route-lazy-loading migration (#​63818)

Configuration

📅 Schedule: Branch creation - Every 2 hours, between 12:00 AM and 10:59 PM ( * 0-22/2 * * * ) in timezone America/Tijuana, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@angular-robot angular-robot requested a review from a team as a code owner September 17, 2025 13:11
@angular-robot angular-robot added the action: merge The PR is ready for merge by the caretaker label Sep 17, 2025
@angular-robot angular-robot requested a review from a team as a code owner September 17, 2025 13:11
@angular-robot angular-robot added area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Sep 17, 2025
@angular-robot angular-robot requested review from crisbeto and mmalerba and removed request for a team September 17, 2025 13:11
Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 21 times, most recently from 0470ee6 to 51550ca Compare September 24, 2025 00:13
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 21 times, most recently from 45f7468 to 7c905bf Compare September 29, 2025 13:41
@mmalerba mmalerba removed their request for review September 29, 2025 15:09
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch from 7c905bf to e1929cf Compare September 29, 2025 21:04
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch from e1929cf to c50b09f Compare September 29, 2025 22:34
mmalerba pushed a commit to mmalerba/components that referenced this pull request Sep 30, 2025
See associated pull request for more information.

Closes angular#31881 as a pr takeover
mmalerba added a commit that referenced this pull request Sep 30, 2025
* build: update cross-repo angular dependencies

See associated pull request for more information.

Closes #31881 as a pr takeover

* docs: opt docs app back into zonejs

Also opt in the e2e app and some failing docs tests.

---------

Co-authored-by: Angular Robot <[email protected]>
@angular-robot angular-robot deleted the ng-renovate/main-cross-repo-angular-dependencies branch September 30, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants